lsm_fs_record_free(3) | Libstoragemgmt C API Manual | lsm_fs_record_free(3) |
NAME¶
lsm_fs_record_free - Free the lsm_fs memory.
SYNOPSIS¶
int lsm_fs_record_free (lsm_fs *fs);
ARGUMENTS¶
- fs
- Record to release
VERSION¶
1.0
DESCRIPTION¶
Frees the memory resources for the specified lsm_fs.
RETURN¶
Error code as enumerated by 'lsm_error_number':
* LSM_ERR_OK
On success or not found.
* LSM_ERR_INVALID_ARGUMENT
When any argument is NULL or not a valid lsm_fs pointer.
lsm_fs_record_free | May 2019 |